QuickOPC User's Guide and Reference
How the Binding Extender Automatically Goes Online and Offline
Development Models > Live Binding Model > Live Binding Model for OPC Data (Classic and UA) > Live Binding Details > How the Binding Extender Automatically Goes Online and Offline

The BindingExtender component has two configurable event links that allow it to automatically go online or offline:

Depending on the kind of project, Live Binding uses following rules to determine the default settings of these properties:

The effect of this configuration is such that during runtime, the binding extender is automatically online while the form or window is open, and it also goes offline when the form or window closes.

This default setting makes it easy to create forms that are “live” (online) without further coding or configuration. If you, however, want to have control over the process, you can clear these event sources, and use the BindingExtender's Online property to set or reset the online state.

See Also